'Declaration Public Function New( _
ByVal sourceRegionThe source text region.As TextRegion, _
ByVal symbolIndexesThe indexes of symbols, in source region, which should be added to new text region.() As System.Int32 _
)
public TextRegion(
TextRegion sourceRegion,
System.Int32[] symbolIndexes
)
public: TextRegion(
TextRegion* sourceRegion,
System.Int32[]* symbolIndexes
)
public:
TextRegion(
TextRegion^ sourceRegion,
array<System.Int32>^ symbolIndexes
)
Parameters
- sourceRegion
- The source text region.
- symbolIndexes
- The indexes of symbols, in source region, which should be added to new text region.